home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Acorn RISC PD-CD 1
/
Acorn RISC PD-CD 1.iso
/
languages
/
grs
/
pd_release
/
g
/
frontend
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-03-04
|
280 b
|
18 lines
(* simple front-end *)
(null) expression ne;
string s, temp;
loop
exiton (false=true);
write("> ");
s := "";
loop
read(temp);
exiton(temp="finished");
s := s+" "+temp;
endloop;
(*write(s,"\n");*)
exec(compile(s));
endloop;